projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf30dc0
)
* src/s/gnu.h: Define POSIX_SIGNALS.
author
Chong Yidong
<cyd@gnu.org>
Sat, 28 Jan 2012 03:11:41 +0000
(11:11 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Sat, 28 Jan 2012 03:11:41 +0000
(11:11 +0800)
src/ChangeLog
patch
|
blob
|
history
src/s/gnu.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index bc75d7a53c7be7a6e3dfb7899afd9ef3cb082aab..50cbc1fbba3261cea204a6870c7e83416264298b 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,10
@@
+2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
+
+ * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
+
2012-01-28 Chong Yidong <cyd@gnu.org>
+
* minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
2012-01-26 Chong Yidong <cyd@gnu.org>
diff --git
a/src/s/gnu.h
b/src/s/gnu.h
index be831a833a5761c3165a064380a3cae2558c9a75..37aaa1357ccd5b99e9b0a56a0b9eb24b550dc886 100644
(file)
--- a/
src/s/gnu.h
+++ b/
src/s/gnu.h
@@
-44,5
+44,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif /* !_IO_STDIO_H */
#endif /* emacs */
+#define POSIX_SIGNALS 1
+
/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */
#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS